From: Colin Walters Date: Thu, 6 Nov 2025 19:35:04 +0000 (-0500) Subject: Add missing `:` to the gtk-doc in a few places X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2^2~2^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=477e28ee4c7d0900a3eaf5b07b0b09942ec472e2;p=ostree.git Add missing `:` to the gtk-doc in a few places This is SUCH a giant trap. I am not totally sure why it's working for me in a fedora-42 build env, but it seems like it may have broken in a different build environment in https://github.com/ostreedev/ostree/pull/3548#discussion_r2500278890 I used Sonnet to audit for similar instances beyond `read_blob` and it found some, fix those too. Signed-off-by: Colin Walters --- diff --git a/src/libostree/ostree-blob-reader.c b/src/libostree/ostree-blob-reader.c index 7d80b1d3..c839c481 100644 --- a/src/libostree/ostree-blob-reader.c +++ b/src/libostree/ostree-blob-reader.c @@ -30,7 +30,7 @@ ostree_blob_reader_default_init (OstreeBlobReaderInterface *iface) } /** - * ostree_blob_reader_read_blob + * ostree_blob_reader_read_blob: * @self: A OstreeBlobReader * @cancellable: a #GCancellable * @error: a #GError diff --git a/src/libostree/ostree-kernel-args.c b/src/libostree/ostree-kernel-args.c index 0d9973da..056b3fa9 100644 --- a/src/libostree/ostree-kernel-args.c +++ b/src/libostree/ostree-kernel-args.c @@ -363,7 +363,7 @@ ostree_kernel_args_new_replace (OstreeKernelArgs *kargs, const char *arg, GError } /** - * ostree_kernel_args_delete_key_entry + * ostree_kernel_args_delete_key_entry: * @kargs: an OstreeKernelArgs instance * @key: the key to remove * @error: an GError instance diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index cf48f94d..f20611b4 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -4948,7 +4948,7 @@ ostree_repo_pull_one_dir (OstreeRepo *self, const char *remote_name, const char } /** - * _formatted_time_remaining_from_seconds + * _formatted_time_remaining_from_seconds: * @seconds_remaining: Estimated number of seconds remaining. * * Returns a strings showing the number of days, hours, minutes diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c index 81cc6b38..1dbaaa7e 100644 --- a/src/libostree/ostree-sysroot-deploy.c +++ b/src/libostree/ostree-sysroot-deploy.c @@ -4508,7 +4508,7 @@ ostree_sysroot_clear_soft_reboot (OstreeSysroot *self, GCancellable *cancellable } /** - * ostree_sysroot_deployment_kexec_load + * ostree_sysroot_deployment_kexec_load: * @self: Sysroot * @deployment: Deployment to prepare a kexec for * @cancellable: Cancellable